@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
.hero {
  padding-top: 200px;
  background-color: rgba(15, 118, 188, 0.05);
}
.hero h1 {
  font-size: 48px;
  color: #0F76BC;
}

.contact .contact-first {
  text-align: start;
}
.contact .contact-first > p {
  align-self: flex-start;
}/*# sourceMappingURL=contact.css.map */